home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Deg, rad
- set Deg to random(1440) - 720
- set the floatPrecision to 5
- set rad to float(float(Deg) * PI / 180.0)
- set the floatPrecision to 2
- put Deg into field "Degree"
- put rad into field "Radian"
- put " " into field "Answer"
- set the textSize of field "Answer" to 32
- set the textSize of field "Degree" to 32
- set the textSize of field "Radian" to 32
- set the textStyle of field "Answer" to "bold"
- set the textStyle of field "Degree" to "bold"
- set the textStyle of field "Radian" to "bold"
- end
-